ReactJS With A Weather API by Robert Welan

ReactJS With A Weather API by Robert Welan

Author:Robert Welan [Welan, Robert]
Language: eng
Format: mobi
Published: 2018-07-23T16:00:00+00:00


Now let's focus in on the main changes:

Main Changes

// Line 19

import RowMiscellaneous from './row-miscellaneous';

// Line 71

let currentMiscellaneous = {};

// Lines 80 to 81

currentMiscellaneous = getCurrentMiscellaneous(current,

currentUnitType, sUnit, forecast.forecastday[0].day.uv);

// Lines 193 to 212

<Divider />

<Grid.Row className="compacted-row">

<Grid.Column>

<Responsive maxWidth={375}>

<RowMiscellaneous

misc={currentMiscellaneous}

columns={2}

/>

</Responsive>

<Responsive minWidth={376}>

<RowMiscellaneous

misc={currentMiscellaneous}

columns={4}

/>

</Responsive>

</Grid.Column>

</Grid.Row>



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.